Global Index
HTML5 JS API Index > Browser Tutorials & Specs

Plugin

Properties
DOMString
description
The description and filename attributes must return user-agent-defined (or, in all likelihood, plugin-defined) strings. In each case, the same string must be returned each time, except that the strings returned may change when the PluginArray.refresh() method updates the object.
DOMString
filename
The description and filename attributes must return user-agent-defined (or, in all likelihood, plugin-defined) strings. In each case, the same string must be returned each time, except that the strings returned may change when the PluginArray.refresh() method updates the object.
unsigned long
length
The length attribute must return the number of non-hidden plugins represented by the object.
DOMString
name
The name attribute must return the plugin's name.
Operations
MimeType?item(unsigned long index)
MimeType?
namedItem(DOMString name)
The namedItem() method of a PluginArray object must return null if the argument is not one of the object's supported property names, and otherwise must return the Plugin object, of those represented by the PluginArray object, that has a name equal to the method's argument.
Referenced by
MimeTypeenabledPlugin
PluginArraynamedItem(...)